//==============================================================================
// Lorenado SFX_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define LorenadoSFX
{
   set hotspot
   {
      version
      {
         Visualparticle DeckardCain Lorenado SFX
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visualgranny Lorenado_idle
			Connect ATTACHPOINT LorenadoSFX hotspot
	 }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visualgranny Lorenado_idle
			Connect ATTACHPOINT LorenadoSFX hotspot
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualNone
	 }
      }
   }
}